projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3288a8b
)
(time-stamp-string): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 29 Jan 2001 16:58:40 +0000
(16:58 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 29 Jan 2001 16:58:40 +0000
(16:58 +0000)
lisp/time-stamp.el
patch
|
blob
|
history
diff --git
a/lisp/time-stamp.el
b/lisp/time-stamp.el
index a6dcec78050638818a3d07bd26b9a99d278a5be6..1de7e5ad5ec112d519e190c069591cfceefe0bbb 100644
(file)
--- a/
lisp/time-stamp.el
+++ b/
lisp/time-stamp.el
@@
-392,7
+392,8
@@
With arg, turn time stamping on if and only if arg is positive."
(defun time-stamp-string (&optional ts-format)
"Generate the new string to be inserted by \\[time-stamp].
-Optionally use FORMAT."
+Optionally use format TS-FORMAT instead of `time-stamp-format' to
+format the string."
(or ts-format
(setq ts-format time-stamp-format))
(if (stringp ts-format)